Remove qt5-default from build dependencies (Closes: #972164).
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Fri, 16 Oct 2020 19:16:21 +0000 (16:16 -0300)
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Fri, 16 Oct 2020 19:16:21 +0000 (16:16 -0300)
debian/changelog
debian/control
debian/rules

index 45313ba7c377bde9c19314e0868d210ba5633f42..91a38572c89abee73bd5963f0fc721711731d318 100644 (file)
@@ -1,3 +1,12 @@
+gpsbabel (1.7.0+ds-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove qt5-default from build dependencies (Closes: #972164).
+    - Replace it with qtbase5-dev, which is the appropriate one.
+    - Export QT_SELECT := qt5 to let qtchooser use the right Qt version.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 16 Oct 2020 16:13:13 -0300
+
 gpsbabel (1.7.0+ds-6) unstable; urgency=medium
 
   * Set TZ for tests
index 93705fdaf51c195bf2960eddfff0ed3afd8e381f..dc0879352e5727be3395fa11af8696ec5f74ced9 100644 (file)
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
  libxml2-utils,
  libusb-1.0-0-dev, zlib1g-dev,
  libshp-dev,
- qt5-default,
+ qtbase5-dev,
  qtwebengine5-dev [amd64 arm64 armhf i386 mipsel],
  qttools5-dev-tools,
  imagemagick,
index 55ead870bea0f11b3d63660f3f898baed0ed971b..d896a5458b2c630ad282b85375a4f8499a98bfef 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export QT_SELECT := qt5
+
 %:
        dh $@